HipExportDFunctions

Iterates through a module and generates export function declaration for each @ExportD function found on it. If the class itself is @ExportD, it will create a method new(ClassName) to be exported too * The difference with HipExportDFunctions is that it does not generate * Static method output when not in script version.

Members

Mixins

__anonymous
mixin HipExportDFunctionsImpl!(mem, __traits(getMember, mod, mem))
Undocumented in source.

Meta